projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8e7eda1
)
(SA_RESTART): Add #undef.
author
Richard M. Stallman
<rms@gnu.org>
Mon, 21 Aug 1995 20:52:13 +0000
(20:52 +0000)
committer
Richard M. Stallman
<rms@gnu.org>
Mon, 21 Aug 1995 20:52:13 +0000
(20:52 +0000)
src/s/irix5-2.h
patch
|
blob
|
history
diff --git
a/src/s/irix5-2.h
b/src/s/irix5-2.h
index f03746ef07e204de6da49733b881b5ebd5a55a30..b3f12b3213a79af86117278dbc9ff69b40017844 100644
(file)
--- a/
src/s/irix5-2.h
+++ b/
src/s/irix5-2.h
@@
-3,3
+3,7
@@
/* as of version 5.2, irix no longer uses flock,
according to jackr@wpd.sgi.com. */
#undef MAIL_USE_FLOCK
+
+/* C-g in select is not handled properly with restartable
+ system calls. So don't use them. */
+#undef SA_RESTART